home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MyObject = {
- ACTIONS = {
- appWillTerminate:;
- loadPad:;
- notebook:;
- findPrevious:;
- ShowInfoPanel:;
- showMoreInfoPanel:;
- printPad:;
- appDidInit:;
- reference:;
- showFindPanel:;
- savePad:;
- scrapbook:;
- findNext:;
- };
- OUTLETS = {
- pad;
- infoPanel;
- moreInfoPanel;
- findPanel;
- dataStatus;
- };
- SUPERCLASS = Object;
- };
-